C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ShouldDeselectItem Method

In This Topic
ShouldDeselectItem Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldDeselectItem( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal indexPath As Foundation.NSIndexPath _
) As Boolean
 

Parameters

collectionView
indexPath
See Also